I added a parameter '-md' to 'runtest.sh' for running the xm test suite
authorEwan Mellor <ewan@xensource.com>
Thu, 11 Jan 2007 18:56:59 +0000 (18:56 +0000)
committerEwan Mellor <ewan@xensource.com>
Thu, 11 Jan 2007 18:56:59 +0000 (18:56 +0000)
commitaeb7c09a6613aae8e39c271283f8db9f7a99d32f
treef20aaafcbd4be33d28a8b78bb3a0b95f7a1836f1
parent2b1f4094a6bb571855c2a1ca54f5e6ded34913c5
I added a parameter '-md' to 'runtest.sh' for running the xm test suite
in a mode where all created domains a created as xend-managed domains.

This patch also fixes a problem related to calling 'xm domid' on a
currently suspended domain if that domain is a managed domain. In that
case a 'None' is returned by Xend, which I default to '-1'.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/xm-test/lib/XmTestLib/Xm.py
tools/xm-test/runtest.sh